From: Thien-Thi Nguyen Date: Fri, 9 Mar 2007 09:14:19 +0000 (+0000) Subject: (ange-ftp-try-passive-mode): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1669 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e5c2178b0e8ada9035fea41d5042d37da724e20d;p=emacs.git (ange-ftp-try-passive-mode): Doc fix. --- diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 08efbb1e107..ec76279c642 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -1005,7 +1005,7 @@ Don't use any other value." (const :tag "Allow" 1))) (defcustom ange-ftp-try-passive-mode nil - "It t, try to use passive mode in ftp, if the client program supports it." + "If t, try to use passive mode in ftp, if the client program supports it." :group 'ange-ftp :type 'boolean :version "21.1")